Standard Normal Table 

Function: calc[StandardNormalTable] -  displays a table of values of the cumulative standard normal distribution 

Calling Sequence:  


Parameters:  

a, b - numbers  

s -  number of digits 

Description: 

  • StandardNormalTable displays a table of values of   `/`(`*`(`^`(e, `+`(`-`(`*`(`/`(1, 2), `*`(`^`(u, 2)))))), `*`(du)), `*`(sqrt(`+`(`*`(2, `*`(Pi))))))
 

Examples: 

> restart: with(calc):
 

> StandardNormalTable(-1,0,4);
 

 

Plot_2d
Matrix(%id = 151006284)
 

> StandardNormalTable(0,1,4);
 

 

Plot_2d
Matrix(%id = 151008780)